home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / win_.310 / setup.inf < prev    next >
INI File  |  1992-03-09  |  59KB  |  1,456 lines

  1. [setup]
  2.     help = setup.hlp
  3.  
  4. ;   Place any programs here that should be run at the end of setup.
  5. ;   These apps will be run in order of their appearance here.
  6. [run]
  7.  
  8. [dialog]
  9.     caption   = "Windows Setup"
  10.     exit      = "Exit Windows Setup"
  11.     title     = "Installing Windows 3.1"
  12.     options   = "In addition to installing Windows 3.1, you can:"
  13.     printwait = "Please wait while Setup configures your printer(s)..."
  14.     copywait = "Welcome to Microsoft Windows 3.1!\n\n   - If you're new to Windows, see 'A Brief Tour of\n     Microsoft Windows' in the Getting Started book.\n\n   - If you've used Windows before, see 'New\n     in This Version' in the Getting Started book."
  15.  
  16.    copywait4="Make sure you register your copy of Microsoft Windows 3.1.\nWhen you register, Microsoft will:\n\n   - Notify you of product updates and new product releases.\n\n   - Send you a FREE Windows newsletter."
  17.  
  18.    copywait5 = "\n\nThis would be a great time to remove the serial number label\n from the inside back cover of the Getting Started with Windows\nbook and place it on your computer for future reference."
  19.  
  20. [data]
  21. ; Disk space required
  22. ; <type of setup>= <Full install space>, <Min install space>
  23.  
  24.     upd2x386full = 10000000,6144000 ; 10.0 Mb, 6.144 Mb
  25.     upd2x286full = 9000000,6144000  ;  9.0 Mb, 6.144 Mb
  26.     upd3x386full = 5500000,5000000  ;  5.5 Mb, 5.0 Mb
  27.     upd3x286full = 5500000,5000000  ;  5.5 Mb, 5.0 Mb
  28.                                     
  29.     new386full   = 10000000,6144000 ; 10.0 Mb, 6.144 Mb
  30.     new286full   = 9000000,6144000  ;  9.0 Mb, 6.144 Mb
  31.  
  32.     netadmin     = 16000000         ; 16.0 Mb
  33.     netadminupd  = 16000000         ; 16.0 Mb
  34.     upd2x386net  = 300000           ;   .3 Mb
  35.     upd3x386net  = 300000           ;   .3 Mb
  36.     upd2x286net  = 300000           ;   .3 Mb
  37.     upd3x286net  = 300000           ;   .3 Mb
  38.     new386net    = 300000,300000    ;  .3 Mb,  .3 Mb
  39.     new286net    = 300000,300000    ;  .3 Mb,  .3 Mb
  40.                                     
  41.  
  42.  
  43. ; Defaults used in setting up and names of a few files
  44.     startup   = WIN.COM
  45.     defdir    = C:\WINDOWS
  46.     shortname = Windows
  47.     welcome   = "Windows 3.1"
  48.     deflang   = enu
  49.     defxlat   = 437
  50.     defkeydll = usadll
  51.     register  = "regedit /s /u setup.reg"
  52.     tutor     = "wintutor.exe "
  53.     NetSetup  = FALSE
  54.     MouseDrv  = TRUE
  55.     Version   = "3.1.040"
  56.  
  57. ; This is data needed by the MS-DOS half of setup so that it can copy the
  58. ; proper kernel and start Windows for the GUI portion of setup.
  59. ;
  60. ; ** MS-DOS documentation says that first byte of command line for 4a call
  61. ; ** should be space. ==> in execcmd RHS leave first space as it is now
  62. [winexec]
  63.     execstd   = "dosx.exe "
  64.     execcmd   = " krnl286.exe /b /q:"
  65.     exechimem = "xmsmmgr.exe"
  66.     himemcmd  = ""
  67.     Krnl386   = 2:krnl386.exe
  68.     Krnl286   = 2:krnl286.exe
  69.     dosx      = 2:dosx.exe
  70.  
  71. ; Names of the disks Setup can prompt for.
  72. [disks]
  73.     1 =. ,"Microsoft Windows 3.1 Disk #1",disk1
  74.     2 =. ,"Microsoft Windows 3.1 Disk #2",disk2
  75.     3 =. ,"Microsoft Windows 3.1 Disk #3",disk3
  76.     4 =. ,"Microsoft Windows 3.1 Disk #4",disk4
  77.     5 =. ,"Microsoft Windows 3.1 Disk #5",disk5
  78.     6 =. ,"Microsoft Windows 3.1 Disk #6",disk6
  79.  
  80. [oemdisks]
  81.     Z =. ,"HP DeskJet Series v2.0 disk (from printer box or contact HP)",diskz
  82.  
  83. [user]
  84.     3:setup.ini, noupdate
  85.  
  86. [windows]
  87.     1:setup.hlp
  88.     1:setup.txt
  89.     1:win.src,    Net
  90.     1:system.src, Net
  91.     1:winhelp.exe
  92.     2:control.hlp
  93.  
  94. [windows.system]
  95.     1:gdi.exe
  96.     2:user.exe
  97.     1:win.cnf
  98.     2:lzexpand.dll
  99.     2:ver.dll
  100.  
  101. [windows.system.386]
  102.     1:cpwin386.cpl
  103.  
  104. [386max]
  105.     2:386max.vxd
  106.     2:windows.lod
  107.  
  108. [bluemax]
  109.     2:bluemax.vxd
  110.     2:windows.lod
  111.  
  112. [shell]
  113.     progman.exe,  "Program Manager"
  114.  
  115. ; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  116. : !!! The description strings should not be changed.
  117. ; !!! Changing description strings can result in old drivers not being
  118. ; !!! upgraded since Setup uses the description string to determine what
  119. ; !!! driver is installed and whether a new, upgraded driver is provided
  120. ; !!! with this version of Windows.
  121. ; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  122. ;
  123.  
  124. [display]
  125. ;profile = driver,         Description of driver,                           resolution,    286 grabber,    logo code,       VDD,            386grabber,   ega.sys,   logo data,    optional work section
  126. ;
  127. 8514     = 1:8514.drv,     "8514/a",                                        "100,120,120", 2:vgacolor.2gr, 2:vgalogo.lgo,   1:vdd8514.386,  2:vgadib.3gr,,           2:vgalogo.rle, 8514
  128. 8514s    = 1:8514.drv,     "8514/a (Small fonts)",                          "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   1:vdd8514.386,  2:vgadib.3gr,,           2:vgalogo.rle, 8514s
  129. plasma   = 2:plasma.drv,   "Compaq Portable Plasma",                        "100,96,96",   2:cga.2gr,      2:cgalogo.lgo,   2:vddcga.386,   2:plasma.3gr,,           2:cgalogo.rle
  130. egahires = 1:ega.drv,      "EGA",                                           "133,96,72",   1:egacolor.2gr, 1:egalogo.lgo,   1:vddega.386,   1:ega.3gr,    2:ega.SYS, 1:egalogo.rle
  131. egahibw  = 2:egahibw.drv,  "EGA black and white (286 only)",                "133,96,72",   1:egacolor.2gr, 2:cgalogo.lgo,,,                               2:ega.SYS, 2:cgalogo.rle
  132. egamono  = 2:egamono.drv,  "EGA Monochrome (286 only)",                     "133,96,72",   2:egamono.2gr,  2:egamono.lgo,,,                               2:ega.SYS, 2:egamono.rle
  133. hercules = 3:hercules.drv, "Hercules Monochrome",                           "133,96,72",   1:hercules.2gr, 2:herclogo.lgo,  2:vddherc.386,  2:herc.3gr,,             1:herclogo.rle
  134. mcga     = 2:vgamono.drv,  "IBM MCGA (286 only)",                           "100,96,96",   2:vgacolor.2gr, 2:cgalogo.lgo,,,,                                         2:cgalogo.rle, vgamono
  135. olibw    = 2:olibw.drv,    "Olivetti/AT&T Monochrome or PVC Display",       "120,96,80",   1:oligrab.2gr,  2:cgalogo.lgo,   2:vddcga.386,   2:plasma.3gr,,           2:cgalogo.rle
  136. ct441    = 2:vga.drv,      "QuadVGA, ATI VIP VGA, 82C441 VGAs",             "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   1:vddct441.386, 2:vga30.3gr,,            2:vgalogo.rle
  137. tiga1    = 1:tiga.drv,     "TIGA (Small fonts)",                            "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   1:vddtiga.386,  2:vgadib.3gr,,           2:vgalogo.rle, tiga1
  138. tiga2    = 1:tiga.drv,     "TIGA (Large fonts)",                            "100,120,120", 2:vgacolor.2gr, 2:vgalogo.lgo,   1:vddtiga.386,  2:vgadib.3gr,,           2:vgalogo.rle, tiga2
  139. vga      = 2:vga.drv,      "VGA",                                           "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   x:*vddvga,      1:vga.3gr,,              2:vgalogo.rle
  140. vga30    = 2:vga.drv,      "VGA (Version 3.0)",                             "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   1:vddvga30.386, 2:vga30.3gr,,            2:vgalogo.rle
  141. vgamono  = 2:vgamono.drv,  "VGA with Monochrome display",                   "100,96,96",   2:vgamono.2gr,  2:egamono.lgo,   x:*vddvga,      2:vgadib.3gr,,           2:egamono.rle, vgamono
  142. svga     = 2:supervga.drv, "Super VGA (800x600, 16 colors)",                "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   x:*vddvga,      1:vga.3gr,,              2:vgalogo.rle
  143. v7vga    = 2:v7vga.drv,    "Video 7 512K, 640x480 256 colors",              "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   1:v7vdd.386,    2:v7vga.3gr,,            2:vgalogo.rle, v7b
  144. v7c      = 2:v7vga.drv,    "Video 7 512K, 720x512 256 colors",              "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   1:v7vdd.386,    2:v7vga.3gr,,            2:vgalogo.rle, v7c
  145. v7d      = 2:v7vga.drv,    "Video 7 1Mb,  800x600 256 colors",              "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   1:v7vdd.386,    2:v7vga.3gr,,            2:vgalogo.rle, v7d
  146. v7e      = 2:v7vga.drv,    "Video 7 1Mb, 1024x768 256 colors (Large fonts)","100,120,120", 2:vgacolor.2gr, 2:vgalogo.lgo,   1:v7vdd.386,    2:v7vga.3gr,,            2:vgalogo.rle, v7e
  147. v7f      = 2:v7vga.drv,    "Video 7 1Mb, 1024x768 256 colors (Small fonts)","100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   1:v7vdd.386,    2:v7vga.3gr,,            2:vgalogo.rle, v7f
  148. xga16    = 2:vga.drv,      "XGA (640x480, 16 colors)",                      "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   1:vddvga30.386, 2:vga30.3gr,,            2:vgalogo.rle
  149. xgasm    = 1:xga.drv,      "XGA (Small fonts)",                             "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   1:vddxga.386,   2:v7vga.3gr,,            2:vgalogo.rle, xgasm
  150. xgalg    = 1:xga.drv,      "XGA (Large fonts)",                             "100,120,120", 2:vgacolor.2gr, 2:vgalogo.lgo,   1:vddxga.386,   2:v7vga.3gr,,            2:vgalogo.rle, xgalg
  151. xgalo    = 1:xga.drv,      "XGA (640x480, 256 colors)",                     "100,96,96",   2:vgacolor.2gr, 2:vgalogo.lgo,   1:vddxga.386,   2:v7vga.3gr,,            2:vgalogo.rle, xgalo
  152.  
  153. ;
  154. ; Optional sections listed in field 9 of the display secton are intrpreted as follows:
  155. ;
  156. ; File, Destination, .ini file, Section, LHS, RHS
  157. ;
  158. ; Where:    x:File      = Optional; file to be copied, may be left null.
  159. ;           Destination = 0: for windows root or 0:system for system subdir
  160. ;                          where file is to be copied.
  161. ;           .ini file   = Optional; .ini file to be modified or created.
  162. ;                          Must be included if following parameters specified.
  163. ;           Section     = Section of .ini file to be modified.
  164. ;           OldLine     = Optional; old line to be removed from the .ini file.
  165. ;                          Only one occurence of the specified string is removed.
  166. ;           NewLine     = New text line to be written to the .ini file.
  167. ;
  168. ;[v7vga]
  169. ;x:v7vga.vxd, 0:system, system.ini, 386enh, "v7device=", "display=v7vdd.386"
  170.  
  171. [vgamono]
  172. ,,system.ini,386enh,"vgamono=","vgamono=TRUE"
  173.  
  174. [8514]
  175. ,,system.ini,8514.DRV,"dpi=","dpi=120"
  176.  
  177. [8514s]
  178. ,,system.ini,8514.DRV,"dpi=","dpi=96"
  179.  
  180. [tiga1]
  181. 2:tigawin.rlm,0:system,system.ini,"tiga.drv","tigafont=","tigafont=1"
  182.  
  183. [tiga2]
  184. 2:tigawin.rlm,0:system,system.ini,"tiga.drv","tigafont=","tigafont=0"
  185.  
  186. [v7b]
  187. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=640x480"
  188. ,,system.ini,v7vga.drv,"FontSize=","FontSize=small"
  189.  
  190. [v7c]
  191. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=720x512"
  192. ,,system.ini,v7vga.drv,"FontSize=","FontSize=small"
  193.  
  194. [v7d]
  195. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=800x600"
  196. ,,system.ini,v7vga.drv,"FontSize=","FontSize=small"
  197.  
  198. [v7e]
  199. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=1024x768"
  200. ,,system.ini,v7vga.drv,"FontSize=","FontSize=large"
  201.  
  202. [v7f]
  203. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=1024x768"
  204. ,,system.ini,v7vga.drv,"FontSize=","FontSize=small"
  205.  
  206. [xgasm]
  207. ,,system.ini,XGA_Display,"XGA_Resolution=",
  208. ,,system.ini,XGA_Display,"XGA_Resources=","XGA_Resources=1"
  209.  
  210. [xgalg]
  211. ,,system.ini,XGA_Display,"XGA_Resolution=",
  212. ,,system.ini,XGA_Display,"XGA_Resources=","XGA_Resources=2"
  213.  
  214. [xgalo]
  215. ,,system.ini,XGA_Display,"XGA_Resolution=","XGA_Resolution=1"
  216. ,,system.ini,XGA_Display,"XGA_Resources=","XGA_Resources=1"
  217.  
  218. ; copy these fonts depending on the 386 grabber being used
  219. [VGA.3gr]
  220. 2:CGA40WOA.FON,2:CGA40850.FON
  221. 2:CGA80WOA.FON,2:CGA80850.FON
  222. 2:EGA40WOA.FON,2:EGA40850.FON
  223. 2:EGA80WOA.FON,2:EGA80850.FON
  224.  
  225. [VGA30.3gr]
  226. 2:CGA40WOA.FON,2:CGA40850.FON
  227. 2:CGA80WOA.FON,2:CGA80850.FON
  228. 2:EGA40WOA.FON,2:EGA40850.FON
  229. 2:EGA80WOA.FON,2:EGA80850.FON
  230.  
  231. [V7VGA.3gr]
  232. 2:CGA40WOA.FON,2:CGA40850.FON
  233. 2:CGA80WOA.FON,2:CGA80850.FON
  234. 2:EGA40WOA.FON,2:EGA40850.FON
  235. 2:EGA80WOA.FON,2:EGA80850.FON
  236.  
  237. [EGA.3gr]
  238. 2:CGA40WOA.FON,2:CGA40850.FON
  239. 2:CGA80WOA.FON,2:CGA80850.FON
  240. 2:EGA40WOA.FON,2:EGA40850.FON
  241. 2:EGA80WOA.FON,2:EGA80850.FON
  242.  
  243. [vgadib.3gr]
  244. 2:CGA40WOA.FON,2:CGA40850.FON
  245. 2:CGA80WOA.FON,2:CGA80850.FON
  246. 2:EGA40WOA.FON,2:EGA40850.FON
  247. 2:EGA80WOA.FON,2:EGA80850.FON
  248.  
  249. [PLASMA.3gr]
  250. 2:EGA40WOA.FON,2:EGA40850.FON
  251. 2:EGA80WOA.FON,2:EGA80850.FON
  252.  
  253. [HERC.3gr]
  254. 2:HERCWOA.FON,2:HERC850.FON
  255.  
  256. [TIGA.3GR]
  257. 2:CGA40WOA.FON,2:CGA40850.FON
  258. 2:CGA80WOA.FON,2:CGA80850.FON
  259. 2:EGA40WOA.FON,2:EGA40850.FON
  260. 2:EGA80WOA.FON,2:EGA80850.FON
  261.  
  262. [keyboard.drivers]
  263. kbd   = 2:keyboard.drv
  264. kbdhp = 1:kbdhp.drv
  265.  
  266. [keyboard.types]
  267. t3s0alat  = "All AT type keyboards (84 - 86 keys)"             ,nodll
  268. t1s2at&t  = "AT&T '301' keyboard"                              ,nodll
  269. t1s4at&t  = "AT&T '302' keyboard"                              ,nodll
  270. t4s0enha  = "Enhanced 101 or 102 key US and Non US keyboards"  ,nodll
  271. t3s0hp1   = "Hewlett-Packard Vectra keyboard (DIN)"            ,nodll
  272. t4s40oliv = "Olivetti 101/102 A keyboard"                      ,nodll
  273. t1s0oliv  = "Olivetti 83 key keyboard"                         ,nodll
  274. t3s10oliv = "Olivetti 86 Key keyboard"                         ,nodll
  275. t2s1oliv  = "Olivetti M24 102 key keyboard"                    ,usadll
  276. t1s42oliv = "PC-XT 83 key keyboard"                            ,nodll
  277. t1s0pcxt  = "PC/XT - Type keyboard (84 keys)"                  ,nodll
  278.  
  279. [keyboard.tables]
  280. beldll = 2:kbdbe.dll , "Belgian"
  281. bridll = 2:kbduk.dll , "British"
  282. cafdll = 2:kbdfc.dll , "Canadian Multilingual"
  283. dandll = 2:kbdda.dll , "Danish"
  284. dutdll = 2:kbdne.dll , "Dutch"
  285. findll = 2:kbdfi.dll , "Finnish"
  286. fredll = 2:kbdfr.dll , "French"
  287. candll = 2:kbdca.dll , "French Canadian"
  288. gerdll = 2:kbdgr.dll , "German"
  289. icedll = 2:kbdic.dll , "Icelandic"
  290. itadll = 2:kbdit.dll , "Italian"
  291. latdll = 2:kbdla.dll , "Latin American"
  292. nordll = 2:kbdno.dll , "Norwegian"
  293. pordll = 2:kbdpo.dll , "Portuguese"
  294. spadll = 2:kbdsp.dll , "Spanish"
  295. swedll = 2:kbdsw.dll , "Swedish"
  296. swfdll = 2:kbdsf.dll , "Swiss French"
  297. swgdll = 2:kbdsg.dll , "Swiss German"
  298. nodll  =             , "US"
  299. usadll = 2:kbdus.dll , "US"
  300. usddll = 2:kbddv.dll , "US-Dvorak"
  301. usxdll = 2:kbdusx.dll, "US-International"
  302.  
  303. [codepages]
  304. ;       Xlat Table     OEM Font      WOA Font     Description
  305. 863 = 2:xlat863.bin, 2:vga863.fon, 1:app850.fon, "Canadian-French (863)"
  306. 861 = 2:xlat861.bin, 2:vga861.fon, 1:app850.fon, "Icelandic (861)"
  307. 865 = 2:xlat865.bin, 2:vga865.fon, 1:app850.fon, "Nordic (865)"
  308. 850 = 2:xlat850.bin, 2:vga850.fon, 1:app850.fon, "Multi-Lingual (850)"
  309. 860 = 2:xlat860.bin, 2:vga860.fon, 1:app850.fon, "Portuguese (860)"
  310. 437 =              ,             , 2:dosapp.fon, "English (437)"
  311.  
  312. [pointing.device]
  313. ;
  314. ; Note: the VMD field may contain multiple VXD's in the form "x:*vmd,2:1vmd.386".
  315. ;       Please note, however, that if multiple VXD's are specified in the VMD field
  316. ;       they must be surrounded by double quotes (").
  317. ;
  318. ;profile =  mouse driver,   Mouse description,                 VMD,     Optional work section
  319. ;
  320. hpmouse  = 2:hpmouse.drv, "HP Mouse (HP-HIL)",                 x:*vmd
  321. lmouse   = 2:lmouse.drv,  "Logitech",                          2:lvmd.386, lmouse
  322. ps2mouse = 2:mouse.drv,   "Microsoft, or IBM PS/2",            x:*vmd
  323. genius1  = 2:mscmouse.drv,"Genius serial mouse on COM1"      , 1:mscvmd.386
  324. genius2  = 2:msc3bc2.drv, "Genius serial mouse on COM2"      , 1:mscvmd.386
  325. msmouse2 = 2:mscmouse.drv,"Mouse Systems serial or bus mouse", 1:mscvmd.386
  326. msmouse1 = 2:msc3bc2.drv, "Mouse Systems serial mouse on COM2",1:mscvmd.386
  327. nomouse  = 2:nomouse.drv, "No mouse or other pointing device", x:*vmd
  328. kbdmouse = 2:kbdmouse.drv,"Olivetti/AT&T Keyboard Mouse",      x:*vmd
  329.  
  330. [lmouse]
  331. 2:lmouse.com,0:,,,,
  332.  
  333. [dos.mouse.drivers]
  334. mouse.sys   = 4:mouse.SYS,     "MS Dos Mouse driver .SYS ver 7.XX"
  335. mouse.com   = 4:mouse.com,     "MS Dos Mouse driver .COM ver 7.XX"
  336. mousehp.sys = 4:mousehp.SYS,   "HP Dos Mouse driver .SYS ver 7.XX"
  337. mousehp.com = 4:mousehp.com,   "HP Dos Mouse driver .COM ver 7.XX"
  338.  
  339. [network]
  340. ;Prof     = Driver, Description, HelpFile,OptFile,Optional section
  341. nonet     = ,"No Network Installed"                                ,,,nonet_stuff
  342. 3open     = ,"3Com 3+Open"
  343. 3share    = ,"3Com 3+Share"                                        ,,,msnet_stuff
  344. lantastic = ,"Artisoft LANtastic"
  345. banyan    = ,"Banyan Vines"
  346. dlr       = ,"IBM OS/2 LAN Server"
  347. pclp      = ,"IBM PC LAN Program"
  348. lanman    = ,"Microsoft LAN Manager"
  349. msnet     = ,"Microsoft Network (or 100% compatible)",             ,,,msnet_stuff
  350. novell    = ,"Novell NetWare"
  351. pathworks = ,"DEC PATHWORKS"
  352. 10net     = ,"TCS 10Net"
  353.  
  354. [3open.versions]
  355. xx010000="versions 1.X",,3open1
  356. 00020000="version 2.0 Basic",,lmbasic
  357. 01020000="version 2.0 Enhanced",,lmenh20
  358.  
  359. [lantastic.versions]
  360. xx000000="versions below 3.0",,unsupported_net
  361. xx030000="versions 3.X",,lant3
  362. xx040000="versions 4.X",lantasti.386,lant4def,lant4
  363.  
  364. [banyan.versions]
  365. xx000000="versions below 4.0",,unsupported_net
  366. xx040000="versions 4.0X",,ban4
  367. xx041000="version 4.1",z:\vines.drv,ban41def,ban41
  368.  
  369. [pathworks.versions]
  370. xx000000="versions below 4.0",,unsupported_net
  371. xx040000="version 4.0",,dec4
  372. xx040100="version 4.1 or higher",,dec41
  373.  
  374. [dlr.versions]
  375. xx000000="versions below 1.2",,unsupported_net
  376. 00012000="without /API option",,dlr12
  377. 01012000="version 1.2 or 1.3",,dlr12
  378. 01013000="version 1.3 CSD 5015/5050",,dlr13csd
  379. 01020000="version 2.0",,dlr20
  380.  
  381. [pclp.versions]
  382. xx000000="all versions",,pclp
  383.  
  384. [lanman.versions]
  385. xx000000="versions 1.X",,lmbasic
  386. 00020000="version 2.0 Basic",,lmbasic
  387. 01020000="version 2.0 Enhanced",,lmenh20
  388. 00021000="version 2.1 Basic",,lmbasic21
  389. 01021000="version 2.1 Enhanced",lanman21.drv,lmenh21nodrv,lmenh21
  390.  
  391. [novell.versions]
  392. 00000000="shell versions below 3.01",,unsupported_net
  393. 00030100="shell versions below 3.21",,novell301
  394. 00032100="shell versions 3.21 and above",,novell321
  395. 00032600="shell versions 3.26 and above",,novell326
  396.  
  397. [10net.versions]
  398. xx000000="versions below 4.1",,unsupported_net
  399. 00041000="versions 4.1X",,10net41
  400. 01041000="versions 4.1X with DCA 1M card",,10net41a
  401. xx042000="versions 4.2 and above",wtnet.drv,10net42def,10net42
  402. xx050000="version 5.0",wtnet.drv,10net42def,10net50
  403.  
  404. [nonet_stuff]
  405. vxd=x:*dosnet,x:*vnetbios
  406.  
  407. [msnet_stuff]
  408. driver=1:msnet.drv
  409. vxd=x:*dosnet,x:*vnetbios
  410. system.ini=386Enh,TimerCriticalSection,10000
  411. system.ini=386Enh,UniqueDOSPSP,TRUE
  412. system.ini=386Enh,PSPIncrement,5
  413.  
  414. [3open1]
  415. driver=1:msnet.drv
  416. vxd=x:*vnetbios,x:*dosnet,2:lanman10.386
  417. warning=2
  418. system.ini=386Enh,TimerCriticalSection,10000
  419. system.ini=386Enh,UniqueDOSPSP,TRUE
  420. system.ini=386Enh,PSPIncrement=5
  421.  
  422. [unsupported_net]
  423. warning=1
  424.  
  425. [lant3]
  426. warning=2
  427. driver=1:msnet.drv
  428. vxd=x:*vnetbios,x:*dosnet
  429. system.ini=386Enh,INDOSPolling,TRUE
  430. system.ini=386Enh,EMMExclude,D800-DFFF
  431. system.ini=386Enh,NetHeapSize,76
  432. win.ini=Ports,LPT1.DOS,
  433. win.ini=Ports,LPT2.DOS,
  434. win.ini=Ports,LPT3.DOS,
  435. system.ini=386Enh,NetAsynchTimeout,50
  436. system.ini=386Enh,NetAsynchFallback,true
  437.  
  438. [lant4]
  439. driver=1:msnet.drv
  440. system.ini=386Enh,network,"lantasti.386, *vnetbios"
  441. system.ini=386Enh,EMMExclude,D800-DFFF
  442. system.ini=386Enh,PerVMFiles,0
  443. system.ini=386Enh,NetHeapSize,64
  444. system.ini=386Enh,NetAsynchTimeout,50
  445. system.ini=386Enh,NetAsynchFallback,true
  446.  
  447. [lant4def]
  448. warning=3
  449. driver=1:msnet.drv
  450. vxd=x:*vnetbios,x:*dosnet
  451. system.ini=386Enh,EMMExclude,D800-DFFF
  452. system.ini=386Enh,PerVMFiles,0
  453. system.ini=386Enh,NetHeapSize,64
  454. system.ini=386Enh,NetAsynchTimeout,50
  455. system.ini=386Enh,NetAsynchFallback,true
  456.  
  457. [ban4]
  458. warning=2
  459. driver=1:msnet.drv
  460. vxd=x:*vnetbios,x:*dosnet,2:baninst.386
  461. system.ini=386Enh,TimerCriticalSection=5000
  462. system.ini=386Enh,UniqueDOSPSP,TRUE
  463. system.ini=386Enh,PSPIncrement,5
  464.  
  465. [ban41]
  466. ;; paths other than windows disk only works for sysdir or windir...
  467. sysdir=z:\vines.drv,z:\vvinesd.386
  468. sysdir=z:\vnsapi.dll,z:\rvnsapi.dll,z:\rvines.dll,z:\ddelib.dll
  469. system.ini=boot,network.drv,vines.drv
  470. system.ini=386Enh,network,"*vnetbios,*dosnet,vvinesd.386"
  471. system.ini=386Enh,TimerCriticalSection,5000
  472. system.ini=386Enh,UniqueDOSPSP,TRUE
  473. system.ini=386Enh,PSPIncrement,5
  474.  
  475. [ban41def]
  476. warning=3
  477. driver=1:msnet.drv
  478. vxd=x:*vnetbios,x:*dosnet
  479. system.ini=386Enh,TimerCriticalSection=5000
  480. system.ini=386Enh,UniqueDOSPSP,TRUE
  481. system.ini=386Enh,PSPIncrement,5
  482.  
  483. [dec4]
  484. warning=2
  485. driver=2:pcsa.drv
  486. vxd=x:*dosnet,2:decnet.386,2:decnb.386
  487. system.ini=386Enh,TimerCriticalSection,10000
  488.  
  489. [dec41]
  490. driver=2:pcsa.drv
  491. vxd=x:*dosnet,2:decnet.386,2:decnb.386
  492. system.ini=386Enh,TimerCriticalSection,10000
  493.  
  494. [dlr12]
  495. warning=2
  496. driver=1:msnet.drv
  497. vxd=x:*vnetbios,x:*dosnet
  498.  
  499. [dlr13csd]
  500. warning=3
  501. driver=2:lanman.drv
  502. vxd=x:*vnetbios,x:*dosnet
  503. sysdir=2:netapi20.dll,1:pmspl20.dll
  504. update=2:lanman.hlp,2:winpopup.hlp,2:winpopup.exe
  505.  
  506. [dlr20]
  507. system.ini=boot,network.drv,lansrv.drv
  508. vxd=x:*vnetbios,x:*dosnet
  509. update=2:winpopup.hlp,2:winpopup.exe
  510.  
  511. [pclp]
  512. warning=2
  513. driver=1:msnet.drv
  514. vxd=x:*vnetbios,x:*dosnet
  515. system.ini=386Enh,INDOSPolling,TRUE
  516.  
  517. [lmbasic]
  518. warning=2
  519. driver=1:msnet.drv
  520. vxd=x:*dosnet,x:*vnetbios,2:lanman10.386
  521.  
  522. [lmbasic21]
  523. driver=1:msnet.drv
  524. vxd=x:*dosnet,x:*vnetbios,2:lanman10.386
  525.  
  526. [lmenh20]
  527. warning=2
  528. driver=2:lanman.drv
  529. vxd=x:*vnetbios,x:*dosnet
  530. sysdir=2:netapi20.dll,1:pmspl20.dll
  531. update=2:lanman.hlp,2:winpopup.exe,2:winpopup.hlp
  532.  
  533. [lmenh21nodrv]
  534. warning=3
  535. driver=1:msnet.drv
  536. vxd=x:*dosnet,x:*vnetbios
  537.  
  538. [lmenh21]
  539. warning=2
  540. system.ini=boot,network.drv,lanman21.drv
  541. vxd=x:*vnetbios,x:*dosnet
  542. update=2:winpopup.exe,2:winpopup.hlp
  543.  
  544. [novell301]
  545. warning=2
  546. driver=2:netware.drv
  547. vxd=x:*vnetbios,2:vnetware.386,2:vipx.386
  548. sysdir=2:netware.hlp,2:nwpopup.exe
  549. sysdir=2:ipx.obj,2:netx.com
  550. sysdir=2:ipxodi.com,2:lsl.com
  551. sysdir=2:tbmi2.com
  552. win.ini=windows,load,nwpopup.exe
  553. system.ini=386Enh,OverlappedIO=off
  554.  
  555. [novell321]
  556. warning=2
  557. driver=2:netware.drv
  558. vxd=x:*vnetbios,2:vnetware.386,2:vipx.386
  559. sysdir=2:netware.hlp,2:nwpopup.exe
  560. sysdir=2:ipx.obj,2:netx.com
  561. sysdir=2:ipxodi.com,2:lsl.com
  562. sysdir=2:tbmi2.com
  563. win.ini=windows,load,nwpopup.exe
  564. system.ini=386Enh,OverlappedIO=off
  565.  
  566. [novell326]
  567. driver=2:netware.drv
  568. vxd=x:*vnetbios,2:vnetware.386,2:vipx.386
  569. sysdir=2:netware.hlp,2:nwpopup.exe
  570. sysdir=2:ipx.obj,2:netx.com
  571. sysdir=2:ipxodi.com,2:lsl.com
  572. sysdir=2:tbmi2.com
  573. win.ini=windows,load,nwpopup.exe
  574. system.ini=386Enh,OverlappedIO=off
  575.  
  576. [10net41]
  577. warning=2
  578. driver=1:msnet.drv
  579. vxd=x:*vnetbios,x:*dosnet
  580. system.ini=386Enh,TimerCriticalSection,10000
  581.  
  582. [10net41a]
  583. warning=2
  584. driver=1:msnet.drv
  585. vxd=x:*vnetbios,x:*dosnet
  586. system.ini=386Enh,TimerCriticalSection,10000
  587. system.ini=386Enh,UniqueDOSPSP,TRUE
  588. system.ini=386Enh,PSPIncrement,5
  589. system.ini=386Enh,INDOSPolling,TRUE
  590.  
  591. [10net42]
  592. system.ini=boot,network.drv,wtnet.drv
  593. vxd=x:*vnetbios,x:*dosnet
  594. system.ini=386Enh,TimerCriticalSection,10000
  595. windir=10net.ini
  596.  
  597. [10net42def]
  598. warning=3
  599. driver=1:msnet.drv
  600. vxd=x:*dosnet,x:*vnetbios
  601. system.ini=386Enh,TimerCriticalSection,2000
  602.  
  603. [10net50]
  604. warning=3
  605. system.ini=boot,network.drv,wtnet.drv
  606. vxd=x:*dosnet,x:*vnetbios
  607. system.ini=386Enh,TimerCriticalSection,2000
  608. windir=10net.ini
  609.  
  610. [sysfonts]
  611. 1:egasys.fon,"EGA (640x350) resolution System Font", "133,96,72"
  612. 1:vgasys.fon,"VGA (640x480) resolution System Font", "100,96,96"
  613. 1:8514sys.fon,"8514/a (1024x768) resolution System Font", "100,120,120"
  614. 1:egasys.fon,"AT&T (640x400) resolution System Font", "120,96,80"
  615.  
  616. [fixedfonts]
  617. 1:egafix.fon,"EGA (640x350) resolution Fixed System Font", "133,96,72"
  618. 2:vgafix.fon,"VGA (640x480) resolution Fixed System Font", "100,96,96"
  619. 2:8514fix.fon,"8514/a (1024x768) resolution Fixed System Font",  "100,120,120"
  620. 1:egafix.fon,"AT&T (640x400) resolution Fixed System Font", "120,96,80"
  621.  
  622. [oemfonts]
  623. 1:egaoem.fon,"EGA (640x350) resolution Terminal Font (USA/Europe)", "133,96,72",1
  624. 2:vgaoem.fon,"VGA (640x480) resolution Terminal Font (USA/Europe)", "100,96,96",1
  625. 2:8514oem.fon,"8514/a (1024x768) resolution Terminal Font (USA/Europe)", "100,120,120",1
  626. 1:egaoem.fon,"AT&T (640x400) resolution Terminal Font (USA/Europe)","120,96,80",1
  627.  
  628. ;   The win.copy section is a list of files or sections to copy to the WINDOWS
  629. ;   directoy.
  630. ;
  631. ;   FORMAT      from,to
  632. ;
  633. ;   IE
  634. ;       1:foo.txt,  0:        copy foo.txt from disk 1 to the windows directory
  635. ;       #386,       0:system  copy all files in the 386 SECTION to the
  636. ;
  637. ;
  638. [win.copy]
  639. ; copy this section for setup on 286 machines
  640.    #net,       0:
  641.    #win.shell, 0:
  642.    #win.other, 0:system
  643.  
  644. [win.copy.net]
  645. ; copy this section for network setup on 286 machines
  646.    #net,              0:
  647.  
  648. [win.copy.net.win386]
  649. ; copy this section for network setup on 386 machines
  650.    #net,       0:
  651.  
  652. [win.copy.win386]
  653. ; copy this section for full setup on 386 machines
  654.    #net,       0:
  655.    #win.shell, 0:
  656.    #pwin386,   0:system
  657.    #win.other, 0:system
  658.  
  659. [net]
  660.    5:CONTROL.SRC,    "Windows User Files"
  661.    5:WINVER
  662.  
  663. [win.devices]
  664. ; These devices will be copied on all machines
  665.    5:HIMEM.SYS,      "XMS Memory Manager"
  666.    4:SMARTDRV.EXE,   "Disk Caching Program"
  667.    4:RAMDRIVE.SYS,   "RAM Drive Program"
  668.  
  669. [win.devices.win386]
  670. ; These devices will be copied on 386 machines only
  671.    5:HIMEM.SYS,      "XMS Memory Manager"
  672.    4:EMM386.EXE,     "LIM Expanded Memory Manager"
  673.    4:SMARTDRV.EXE,   "Disk Caching Program"
  674.    4:RAMDRIVE.SYS,   "RAM Drive Program"
  675.  
  676. [win.other]
  677.    5:WINOLDAP.MOD,   "Windows Drivers"
  678.    4:WIN87EM.DLL
  679.    5:SYSEDIT.EXE
  680.    4:COMMDLG.DLL
  681.    4:DDEML.DLL
  682.    5:OLECLI.DLL
  683.    4:OLESVR.DLL
  684.    4:DSWAP.EXE
  685.    5:WSWAP.EXE
  686.    5:SETUP.REG
  687.    4:SHELL.DLL
  688.    4:MAIN.CPL
  689.    4:MIDIMAP.DRV
  690.    4:MIDIMAP.CFG
  691.    4:SND.CPL
  692.    4:DRIVERS.CPL
  693.    4:MMSYSTEM.DLL
  694.    5:MMTASK.TSK
  695.    3:TIMER.DRV
  696.    4:MCISEQ.DRV
  697.    4:MCIWAVE.DRV
  698.    5:CONTROL.INF
  699.    4:APPS.INF
  700.    5:TOOLHELP.DLL
  701.  
  702. [win.shell]
  703.    4:PROGMAN.EXE,    "Program Manager"
  704.    5:TASKMAN.EXE,    "Task Manager"
  705.    3:WINFILE.EXE,    "File Manager"
  706.    5:CLIPBRD.EXE,    "Clipboard Viewer"
  707.    5:CONTROL.EXE,    "Control Panel"
  708.    5:PIFEDIT.EXE,    "PIF Editor"
  709.    4:REGEDIT.EXE,    "Registration database"
  710.    4:PRINTMAN.EXE,   "Print Manager"
  711.    4:MSD.EXE,        "Microsoft Diagnostics"
  712.    5:msd.ini
  713.    3:WRITE.EXE,      "Write Word Processor"
  714.    3:WRITE.HLP,      "Write Word Processor Help"
  715.    3:moricons.dll    "Icons"
  716.  
  717. [pwin386]
  718.    4:WINOA386.MOD,   "386 Enhanced Mode files"
  719.    5:WIN386.PS2
  720.    4:WIN386.EXE
  721.    3:VTDAPI.386
  722.  
  723. [DelFiles]
  724. ;Statically initialize the list of files that will be DELETED during the
  725. ;  3.0 to 3.1 up-grade process. Add or remove items from this list at will,
  726. ;  (Wildcards accepted in list)
  727. ; The first files in the list are deleted from Windows system dir(local setup).
  728. ; Nb : Note that DelFiles section always is processed before RenFiles section.
  729.    tmsr?.fon
  730.    helv?.fon
  731.    swapfile.exe
  732.    kernel.exe
  733.    pmspl.dll
  734.    netapi.dll
  735.    midi.cpl
  736.    _default.pif
  737. ; All files in the list AFTER this point will be deleted from Windows dir.
  738. ; WARNING: The "..\" is needed, the code depends on it!!!
  739.    ..\setup.inf
  740.    shell.dll
  741.    olecli.dll
  742.    olesvr.dll
  743.    commdlg.dll
  744.    ver.dll
  745.    toolhelp.dll
  746.    *.pcl
  747.    3270.txt
  748.    networks.txt
  749.    printers.txt
  750.    readme.txt
  751.    sysini?.txt
  752.    winini?.txt
  753.    DRWATSON.EXE
  754. ; Various names for old Windows SETUP.EXE
  755.    SETUP.EXE
  756.    INSTALL.EXE
  757.    ASETTA.EXE
  758.    CONFIG.EXE
  759.    INSTALAR.EXE
  760.    KURMA.EXE
  761.  
  762. [RenFiles]
  763. ; Similar section but for file renaming to create .bak if needed
  764.    MIDIMAP.CFG,MIDIMAP.OLD
  765.    ADLIB.DRV,MSADLIB.DRV
  766.  
  767.  
  768. ; The win.apps, win.games, win.scrs, win.bmps, and win.readme sections are
  769. ; all formatted as described below.
  770. ;
  771. ; X:FileName,      Description,     FileSize,   Profile String
  772. ;
  773. ; Where profile string is used by setup.exe to "lookup" the item in the
  774. ; appropiate progman groups section to determine if and how the item is
  775. ; to be added to a Program manager group via DDE. The profile string is
  776. ; also used to "lookup" and needed dependent files in the [win.dependents]
  777. ; section.
  778. ;
  779. [win.apps]
  780.    3:CALC.EXE,     "Calculator"                ,  43072, calc
  781.    3:CALENDAR.EXE, "Calendar"                  ,  59824, calendar
  782.    3:CARDFILE.EXE, "Cardfile"                  ,  93184, cardfile
  783.    3:CLOCK.EXE,    "Clock"                     ,  16416, clock
  784.    3:NOTEPAD.EXE,  "Notepad"                   ,  32736, notepad
  785.    3:PBRUSH.EXE,   "Paintbrush"                , 183376, pbrush
  786.    4:TERMINAL.EXE, "Terminal"                  , 148160, terminal
  787.    3:CALC.HLP,     "Calculator Help"           ,  18076
  788.    3:CALENDAR.HLP, "Calendar Help"             ,  20656
  789.    4:CARDFILE.HLP, "Cardfile Help"             ,  24810
  790.    4:NOTEPAD.HLP,  "Notepad Help"              ,  13894
  791.    3:PBRUSH.HLP,   "Paintbrush Help"           ,  40269
  792.    3:RECORDER.EXE, "Recorder"                  ,  39152, recorder
  793.    4:RECORDER.HLP, "Recorder Help"             ,  18200
  794.    3:TERMINAL.HLP, "Terminal Help"             ,  36279
  795.    3:PACKAGER.EXE, "Object Packager"           ,  76480, packager
  796.    3:PACKAGER.HLP, "Object Packager Help"      ,  21156
  797.    3:CHARMAP.EXE,  "Character Map"             ,  22016, charmap
  798.    4:CHARMAP.HLP,  "Character Map Help"        ,  10797
  799.    3:MPLAYER.EXE,  "Media Player"              ,  33312, mplayer
  800.    3:MPLAYER.HLP,  "Media Player Help"         ,  12896
  801.    3:SOUNDREC.EXE, "Sound Recorder"            ,  51305, soundrec
  802.    3:SOUNDREC.HLP, "Sound Recorder Help"       ,  17686
  803.    4:CLIPBRD.HLP,  "Clipboard Viewer Help"     ,  13071
  804.    4:DRWATSON.EXE, "Dr. Watson System Utility" ,  26864
  805.    3:PIFEDIT.HLP,  "PIF Editor Help"           ,  33270
  806.    3:PRINTMAN.HLP, "Print Manager Help"        ,  40880
  807.    5:PROGMAN.HLP,  "Program Manager Help"      ,  30911
  808.    4:REGEDIT.HLP,  "Registration Help"         ,  22681
  809.    5:REGEDITV.HLP, "Registration Advanced Help",  15731
  810.    4:WINFILE.HLP,  "File Manager Help"         ,  76855
  811.    3:WINTUTOR.EXE, "Windows Tutorial"          , 124416, wintutor
  812.    3:WINHELP.HLP,  "Help Utility Help"         ,  26960
  813.    3:GLOSSARY.HLP, "Glossary Help"             ,  46570
  814.    3:EXPAND.EXE,   "File Expansion Utility"    ,  15285
  815.    diskspace=1507246
  816.  
  817. [win.dependents]
  818. pbrush   = 3:PBRUSH.DLL
  819. recorder = 3:RECORDER.DLL
  820. wintutor = 3:WINTUTOR.DAT
  821.  
  822. [win.games]
  823.    3:SOL.EXE,      "Solitaire"        , 180688, sol
  824.    3:WINMINE.EXE,  "Minesweeper"      ,  27776, winmine
  825.    3:SOL.HLP,      "Solitaire Help"   ,  13753
  826.    4:WINMINE.HLP,  "Minesweeper Help" ,  12754
  827.    diskspace=234971
  828.  
  829. [win.scrs]
  830.    3:SCRNSAVE.SCR, "Default Screen Saver"     ,   5328
  831.    3:SSMARQUE.SCR, "Marquee Screen Saver"     ,  16896
  832.    3:SSMYST.SCR,   "Mystify Screen Saver"     ,  19456
  833.    4:SSSTARS.SCR,  "Stars Screen Saver"       ,  17536
  834.    3:ssflywin.scr, "Flying Windows Screen Saver",  16160
  835.    diskspace=75376
  836.  
  837. [win.bmps]
  838.    3:256COLOR.BMP, "256-Color Wallpaper"      ,   5078
  839.    4:ARCADE.BMP,   "Arcade Wallpaper"         ,    630
  840.    4:ARCHES.BMP,   "Arches Wallpaper"         ,  10358
  841.    3:ARGYLE.BMP,   "Argyle Wallpaper"         ,    630
  842.    4:CARS.BMP,     "Cars Wallpaper"           ,    630
  843.    4:CASTLE.BMP,   "Castle Wallpaper"         ,    778
  844.    4:CHITZ.BMP,    "Chitz Wallpaper"          ,  19918
  845.    3:EGYPT.BMP,    "Egypt Wallpaper"          ,    630
  846.    3:FLOCK.BMP,    "Flock Wallpaper"          ,   1630
  847.    4:HONEY.BMP,    "Honey Wallpaper"          ,    854
  848.    4:MARBLE.BMP,   "Marble Wallpaper"         ,  27646
  849.    4:RIVETS.BMP,   "Rivets Wallpaper"         ,    630
  850.    4:REDBRICK.BMP, "Red Brick Wallpaper"      ,    630
  851.    4:SQUARES.BMP,  "Squares Wallpaper"        ,    630
  852.    4:TARTAN.BMP,   "Tartan Wallpaper"         ,  32886
  853.    3:THATCH.BMP,   "Thatch Wallpaper"         ,    598
  854.    4:WINLOGO.BMP,  "Windows Logo Wallpaper"   ,  38518
  855.    4:ZIGZAG.BMP,   "Zigzag Wallpaper"         ,    630
  856.    4:LEAVES.BMP,   "Leaves Wallpaper"         ,  15118
  857.    5:ding.wav,     "Ding Sound"               ,  11598
  858.    3:chord.wav,    "Chord Sound"              ,  24982
  859.    3:chimes.wav,   "Chimes Sound"             ,  15920
  860.    3:tada.wav,     "Trumpet Sound"            ,  27804
  861.    3:canyon.mid,   "Canyon MIDI Song"         ,  33883
  862.    diskspace=272609
  863.  
  864. [win.readme]
  865.    3:readme.wri,   "General Readme"           ,  99584, readme
  866.    3:networks.wri, "Networks Readme"          ,  68096
  867.    3:winini.wri,   "Win.ini Readme"           ,  31104
  868.    3:sysini.wri,   "System.ini Readme"        ,  53760
  869.    3:printers.wri, "Printers Readme"          ,  44928
  870.    3:apps.hlp,     "Application Compatibility Help",  15694
  871.    diskspace=313166
  872.  
  873. ; The [*.groups] sections maps a group section to the group name used in
  874. ; Program Manager.
  875. ;
  876. ; Section Name = Progman group name, Min/Max switch. ( 1 = Max, nothing = Min).
  877. ;
  878. ; This section is used for upgrading from 3.X to 3.1.
  879. [new.groups]
  880. group7=Main,1
  881. group1=StartUp
  882. group2=Accessories
  883. group6=Games
  884.  
  885. ; This section is for new install.
  886. [progman.groups]
  887. group3=Main,1
  888. group4=Accessories
  889. group5=Games
  890. group1=StartUp
  891.  
  892. ; Progman DDE control section. This section controls the progman DDE and defines which
  893. ; .exe's will be added to which groups. The [progman.groups] sections lists section
  894. ; names that each describe the contents of that group.
  895. ;
  896. ; Description string,  .EXE name, Icon extraction .EXE, Icon extraction index, profile
  897. ;
  898. ; If the profile field is left NULL, the item will always be added to the group. Otherwise
  899. ; the item will only be added if it was installed via the partial install dlg.
  900. ;
  901. ;
  902. ; NOTE: If EXE name is NULL item will be deleted from the group if it exists there.
  903. ;
  904.  
  905. [group3]
  906. "File Manager",     WINFILE.EXE
  907. "Control Panel",    CONTROL.EXE
  908. "Print Manager",    PRINTMAN.EXE
  909. "Clipboard Viewer", CLIPBRD.EXE
  910. "MS-DOS Prompt",    DOSPRMPT.PIF, PROGMAN.EXE, 9
  911. "Windows Setup",    SETUP.EXE
  912. "PIF Editor",       PIFEDIT.EXE
  913. "Read Me",          README.WRI,,,                              readme
  914.  
  915. [group4]
  916. "Write",            WRITE.EXE
  917. "Paintbrush",       PBRUSH.EXE,,,                              pbrush
  918. "Terminal",         TERMINAL.EXE,,,                            terminal
  919. "Notepad",          NOTEPAD.EXE,,,                             notepad
  920. "Recorder",         RECORDER.EXE,,,                            recorder
  921. "Cardfile",         CARDFILE.EXE,,,                            cardfile
  922. "Calendar",         CALENDAR.EXE,,,                            calendar
  923. "Calculator",       CALC.EXE,,,                                calc
  924. "Clock",            CLOCK.EXE,,,                               clock
  925. "Object Packager",  PACKAGER.EXE,,,                            packager
  926. "Character Map",    CHARMAP.EXE,,,                             charmap
  927. "Media Player",     MPLAYER.EXE,,,                             mplayer
  928. "Sound Recorder",   SOUNDREC.EXE,,,                            soundrec
  929.  
  930. [group5]
  931. "Solitaire",        SOL.EXE,,,                                 sol
  932. "Minesweeper",      WINMINE.EXE,,,                             winmine
  933.  
  934. [group1]
  935. "Dr. Watson"
  936.  
  937. [group2]
  938. "Object Packager",  PACKAGER.EXE,,,                            packager
  939. "Character Map",    CHARMAP.EXE,,,                             charmap
  940. "Media Player",     MPLAYER.EXE,,,                             mplayer
  941. "Sound Recorder",   SOUNDREC.EXE,,,                            soundrec
  942. "PIF Editor"
  943. "Write",            WRITE.EXE
  944.  
  945. [group6]
  946. "Solitaire",        SOL.EXE,,,                                 sol
  947. "Minesweeper",      WINMINE.EXE,,,                             winmine
  948.  
  949. [group7]
  950. "PIF Editor",       PIFEDIT.EXE
  951. "Read Me"
  952. "DOS Prompt"
  953. "MS-DOS Prompt",    DOSPRMPT.PIF, PROGMAN.EXE, 9
  954. "Read Me",          README.WRI,,,                              readme
  955. "Tutorial"
  956.  
  957. [fonts]
  958.    5:SSERIFB.FON, "MS Sans Serif 8,10,12,14,18,24 (EGA res)", "133,96,72"
  959.    5:SSERIFE.FON, "MS Sans Serif 8,10,12,14,18,24 (VGA res)", "100,96,96"
  960.    5:SSERIFF.FON, "MS Sans Serif 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  961.  
  962.    5:COURB.FON, "Courier 8,10,12,15 (EGA res)", "133,96,72"
  963.    5:COURE.FON, "Courier 10,12,15 (VGA res)", "100,96,96"
  964.    5:COURF.FON, "Courier 10,12,15 (8514/a res)", "100,120,120"
  965.  
  966.    5:SERIFB.FON, "MS Serif 8,10,12,14,18,24 (EGA res)", "133,96,72"
  967.    5:SERIFE.FON, "MS Serif 8,10,12,14,18,24 (VGA res)", "100,96,96"
  968.    5:SERIFF.FON, "MS Serif 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  969.  
  970.    5:ARIALB.FON, "Arial 8,10 (EGA res)", "133,96,72"
  971.    5:TIMESB.FON, "Times New Roman 8,10 (EGA res)", "133,96,72"
  972.  
  973.    5:SYMBOLB.FON, "Symbol 8,10,12,14,18,24 (EGA res)", "133,96,72"
  974.    5:SYMBOLE.FON, "Symbol 8,10,12,14,18,24 (VGA res)", "100,96,96"
  975.    5:SYMBOLF.FON, "Symbol 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  976.  
  977.    5:SMALLB.FON, "Small Fonts (EGA res)", "133,96,72"
  978.    5:SMALLE.FON, "Small Fonts (VGA res)", "100,96,96"
  979.    5:SMALLF.FON, "Small Fonts (8514/a res)", "100,120,120"
  980.  
  981.    5:ROMAN.FON, "Roman (Plotter)",   "CONTINUOUSSCALING"
  982.    5:SCRIPT.FON, "Script (Plotter)", "CONTINUOUSSCALING"
  983.    5:MODERN.FON, "Modern (Plotter)", "CONTINUOUSSCALING"
  984.  
  985. [ttfonts]
  986. ;
  987. ;Font Header file, Description string,       Font file,     FontFamily/Flags
  988. ;
  989. ; Flags:  0000 = Normal weighted font.
  990. ;         0100 = Bolded font.
  991. ;         1000 = Italic font.
  992. ; NOTE: Flags not currently used.
  993. ;
  994. ; NOTE: The first letter of each word in the font desctiption string needs
  995. ;       to be capitalized.
  996. ;
  997. 5:ARIAL.FOT,   "Arial (TrueType)",                       5:arial.ttf,   ""
  998. 5:ARIALBD.FOT, "Arial Bold (TrueType)",                  5:arialbd.ttf,  "Arial0100"
  999. 5:ARIALBI.FOT, "Arial Bold Italic (TrueType)",           5:arialbi.ttf, "Arial1100"
  1000. 5:ARIALI.FOT,  "Arial Italic (TrueType)",                5:ariali.ttf,  "Arial1000"
  1001. 5:COUR.FOT,    "Courier New (TrueType)",                 5:cour.ttf,    ""
  1002. 5:COURBD.FOT,  "Courier New Bold (TrueType)",            5:courbd.ttf,  "Courier0100"
  1003. 6:COURBI.FOT,  "Courier New Bold Italic (TrueType)",     5:courbi.ttf,  "Courier1100"
  1004. 5:COURI.FOT,   "Courier New Italic (TrueType)",          5:couri.ttf,   "Courier1000"
  1005. 5:TIMES.FOT,   "Times New Roman (TrueType)",             5:times.ttf,   ""
  1006. 5:TIMESBD.FOT, "Times New Roman Bold (TrueType)",        5:timesbd.ttf, "Times New Roman0100"
  1007. 5:TIMESBI.FOT, "Times New Roman Bold Italic (TrueType)", 5:timesbi.ttf, "Times New Roman1100"
  1008. 5:TIMESI.FOT,  "Times New Roman Italic (TrueType)",      5:timesi.ttf,  "Times New Roman1000"
  1009. 6:SYMBOL.FOT,  "Symbol (TrueType)",                      6:symbol.ttf,  ""
  1010. 6:WINGDING.FOT,"WingDings (TrueType)",                   6:wingding.ttf,""
  1011.  
  1012. ; If any of these drivers are found in the config.sys file, Setup removes them.
  1013. [compatibility]
  1014. icache.sys   
  1015. ibmcache.sys 
  1016. cache.sys    
  1017. cache.exe    
  1018. mcache.sys   
  1019. fast512.sys
  1020.  
  1021. ; Known TSRs and drivers which may result in a hang or crash
  1022. ; during execution of Setup or Windows.
  1023. ;
  1024. ; filename = description string
  1025. [incompTSR1]
  1026. ep.exe      = "Norton Desktop/Windows Erase Protect TSR"
  1027. qmaps.sys   = "QMAPS Memory Manager"
  1028. qcache.exe  = "386 Max Disk Cache Utility"
  1029. cache.exe   = "Disk Cache Utility"
  1030. flash.exe   = "Flash Disk Cache Utility"
  1031. hyper386.exe= "Hyper Disk Cache Utility"
  1032. hyperdkx.exe= "Hyper Disk Cache Utility"
  1033. hyper286.exe= "Hyper Disk Cache Utility"
  1034. hyperdke.exe= "Hyper Disk Cache Utility"
  1035. hyperdkc.exe= "Hyper Disk Cache Utility"
  1036. ncache.exe  = "Norton Disk Cache Utility"
  1037. pc-kwik.exe = "PC-Kwik Disk Cache Utility"
  1038. pc-cache.com= "PC Tools Disk Cache Utility"
  1039. superpck.exe= "Super PC-Kwik Disk Cache Utility"
  1040. vdisk.sys   = "IBM RAM Disk Utility" 
  1041. allemm4.sys="All Charge 386"
  1042. anarkey.com="Anarkey"
  1043. vsafe.sys = "Central Point Anti-Virus"
  1044. vsafe.com = "Central Point Anti-Virus TSR"
  1045. vdefend.sys="PC Tools VDefend"
  1046. vdefend.com="PC Tools VDefend"
  1047. kbflow.exe="KBFlow TSR by Artisoft"
  1048. s-ice.exe="SoftIce"
  1049. desktop.exe="PC Tools Desktop TSR"
  1050. sk2.exe="Sidekick Version 2.0"
  1051. sk.com="Sidekick Version 1.0"
  1052. skplus.exe="Sidekick Plus"
  1053. print.exe="MS-DOS PRINT Utility"
  1054. pyro.exe="Pyro! Screen Saver"
  1055. xgaaidos.sys="8514 emulation driver "
  1056. asplogin.exe="ASP Integrity Toolkit"
  1057. lsallow.exe="Lansight Network Utilities TSR"
  1058. lansel.exe="Lansight Network Utilities TSR"
  1059. vaccine.exe="Vaccine Antivirus Program"
  1060. newspace.exe="Newspace Disk Compression Utility"
  1061. newres.exe="Newspace Disk Compression Utility"
  1062. tscsi.sys="Trantor T100  SCSI driver"
  1063. pcpanel.exe="Lasertools Printer Control Panel"
  1064. hpemm386.sys = "HP Expanded Memory Manager"
  1065. hpemm486.sys = "HP Expanded Memory Manager"
  1066. ramtype.sys  = "Ramtype Utility"
  1067. iemm.sys     = "Memory Manager"
  1068. ilim386.sys  = "Intel Expanded Memory Emulator"
  1069. cmdedit.com  = "Command Line Editor"
  1070. hpmm.sys     = "HP Memory Manager"
  1071. ced.exe      = "PCED Command Line Editor"
  1072. ced.com      = "CED Command Line Editor"
  1073. umbpro.sys   = "UMB Pro Memory Manager"
  1074. rm386.sys    = "NetRoom Memory Manager"
  1075.  
  1076. ; Known TSRs and device drivers which can(!) potentially cause problems
  1077. ; if running during Setup or Windows
  1078. ;
  1079. ; filename = description string
  1080. [incompTSR2]
  1081. ndosedit.com  = "Command Line Editor"
  1082. doscue.com="DOSCUE Command Line Editor"
  1083. datamon.exe="PC Tools Datamon"
  1084. subst.exe="MS-DOS SUBST Utility"
  1085. join.exe="MS-DOS JOIN Utility"
  1086. viralert.sys="Data Physician Plus TSR"
  1087. graphics.com="MS-DOS GRAPHICS Utility"
  1088. le.com="Le Menu Menuing Package"
  1089. assign.com="MS-DOS ASSIGN Utility"
  1090. append.com="MS-DOS APPEND Utility"
  1091. diskmon.exe="Norton Disk Monitoring TSR"
  1092. dubldisk.sys="Double Disk Data Compression Utility"
  1093. pa.exe = "Printer Assist"
  1094. speedfxr.com = "Speedfxr"
  1095. pcsxmaem.sys = "pcsxmaem Utility"
  1096. xmaem.sys    = "xmaem Utility"
  1097. cubitr.exe   = "Cubit"
  1098.  
  1099. [block_devices]
  1100. tscsi.sys
  1101. tcscsi.sys
  1102. atdosxl.sys
  1103. dmdrvr.bin
  1104. drdrive.sys
  1105.  
  1106. [Installable.Drivers]
  1107. ; key         = filename,       type(s),     description, VxD(s), Default Params
  1108. msadlib       = 3:msadlib.drv,  "MIDI",      "Ad Lib", 3:vadlibd.386,
  1109. lapc1         = 4:mpu401.drv,   "MIDI",      "Roland LAPC1",,
  1110. midimapper    = 4:midimap.drv,  "MidiMapper", "MIDI Mapper",,
  1111. mpu401        = 4:mpu401.drv,   "MIDI",      "Roland MPU-401",,
  1112. sequencer     = 4:mciseq.drv,   "Sequencer", "[MCI] MIDI Sequencer",,
  1113. soundblaster  = 3:sndblst.drv,  "Wave,MIDI", "Creative Labs Sound Blaster 1.0", 3:vsbd.386,, msadlib
  1114. soundblaster2 = 3:sndblst2.drv, "Wave,MIDI", "Creative Labs Sound Blaster 1.5", 3:vsbd.386,, msadlib
  1115. timer         = 3:timer.drv,    "Timer",     "Timer", 3:vtdapi.386,
  1116. thunder       = 3:sndblst2.drv, "Wave", "Media Vision Thunder Board", 3:vsbd.386,, msadlib
  1117. wave          = 4:mciwave.drv,  "WaveAudio", "[MCI] Sound",, "4"
  1118. cdaudio       = 4:mcicda.drv,   "CDAudio",   "[MCI] CD Audio",,
  1119.  
  1120. ; This section translates Windows 3.0 OEMSETUP.INF entries to their 3.1
  1121. ; equivalents. The disk names should be the first entries in the list.
  1122.  
  1123. [translate]
  1124. WinDiskName=26,"Microsoft Windows 3.0 Disk"
  1125. WinDiskName=14,"Windows Disk #"
  1126. *vddvga=1:vddvga30.386
  1127. cti.lgo=2:herclogo.lgo
  1128. herclogo.rle=1:herclogo.rle
  1129. vddega=1:vddega.386
  1130. vgacolor.gr2=2:vgacolor.2gr
  1131. vgalogo.lgo=2:vgalogo.lgo
  1132. vgalogo.rle=2:vgalogo.rle
  1133. rgdi.lgo=2:vgalogo.lgo
  1134. rgdi.rle=2:vgalogo.rle
  1135. vga.gr3=2:vga30.3gr
  1136. v7vga.gr3=2:v7vga.3gr
  1137. cga40woa.fon=2:cga40woa.fon
  1138. cga40850.fon=2:cga40850.fon
  1139. cga80woa.fon=2:cga80woa.fon
  1140. cga80850.fon=2:cga80850.fon
  1141. ega40woa.fon=2:ega40woa.fon
  1142. ega40850.fon=2:ega40850.fon
  1143. ega80woa.fon=2:ega80woa.fon
  1144. ega80850.fon=2:ega80850.fon
  1145. vgasys.fon=1:vgasys.fon
  1146. vgafix.fon=2:vgafix.fon
  1147. vgaoem.fon=2:vgaoem.fon
  1148. 8514sys.fon=1:8514sys.fon
  1149. 8514fix.fon=2:8514fix.fon
  1150. 8514oem.fon=2:8514oem.fon
  1151. helvb.fon=5:sserifb.fon
  1152. helve.fon=5:sserife.fon
  1153. helvf.fon=5:sseriff.fon
  1154. courb.fon=5:courb.fon
  1155. coure.fon=5:coure.fon
  1156. courf.fon=5:courf.fon
  1157. tmsrb.fon=5:serifb.fon
  1158. tmsre.fon=5:serife.fon
  1159. tmsrf.fon=5:seriff.fon
  1160. symbolb.fon=5:symbolb.fon
  1161. symbole.fon=5:symbole.fon
  1162. symbolf.fon=5:symbolf.fon
  1163. roman.fon=5:roman.fon
  1164. script.fon=5:script.fon
  1165. modern.fon=5:modern.fon
  1166. kbdbe.dll=2:kbdbe.dll
  1167. kbduk.dll=2:kbduk.dll
  1168. kbdda.dll=2:kbdda.dll
  1169. kbdne.dll=2:kbdne.dll
  1170. kbdfi.dll=2:kbdfi.dll
  1171. kbdfr.dll=2:kbdfr.dll
  1172. kbdca.dll=2:kbdca.dll
  1173. kbdgr.dll=2:kbdgr.dll
  1174. kbdic.dll=2:kbdic.dll
  1175. kbdit.dll=2:kbdit.dll
  1176. kbdla.dll=2:kbdla.dll
  1177. kbdno.dll=2:kbdno.dll
  1178. kbdpo.dll=2:kbdpo.dll
  1179. kbdsp.dll=2:kbdsp.dll
  1180. kbdsw.dll=2:kbdsw.dll
  1181. kbdsf.dll=2:kbdsf.dll
  1182. kbdsg.dll=2:kbdsg.dll
  1183. kbdus.dll=2:kbdus.dll
  1184. kbddv.dll=2:kbddv.dll
  1185. kbdusx.dll=2:kbdusx.dll
  1186. xlat863.bin=2:xlat863.bin
  1187. xlat861.bin=2:xlat861.bin
  1188. xlat865.bin=2:xlat865.bin
  1189. xlat850.bin=2:xlat850.bin
  1190. xlat860.bin=2:xlat860.bin
  1191. vga863.fon=2:vga863.fon
  1192. vga861.fon=2:vga861.fon
  1193. vga865.fon=2:vga865.fon
  1194. vga850.fon=2:vga850.fon
  1195. vga860.fon=2:vga860.fon
  1196. win.cnf=1:win.cnf
  1197.  
  1198. ; Used to update files that already exist on the disk
  1199. ;
  1200. [Update.Files]
  1201. 0:system,3:sndblst.drv
  1202. 0:system,3:sndblst2.drv
  1203. 0:system,4:mpu401.drv
  1204. 0:system,3:msadlib.drv
  1205. 0:system,3:vtdapi.386
  1206. 0:system,3:vsbd.386
  1207. 0:system,3:vadlibd.386
  1208. 0:system,4:mcicda.drv
  1209.  
  1210. ; Used to update dependents of files in the [Update.Files] section.
  1211. ;
  1212. [Update.Dependents]
  1213. msadlib.drv = 3:vadlibd.386
  1214. sndblst.drv = 3:vsbd.386
  1215. sndblst2.drv = 3:vsbd.386
  1216.  
  1217. ; This section is processed by both the DOS and WINDOWS portions of setup
  1218. ; for temporarily renaming profile strings during setup. THE RENAME
  1219. ; OPERATION WILL ONLY TAKE PLACE IF THE ORIGINAL PROFILE STRING EXISTS AND HAS
  1220. ; A RIGHT HAND SIDE STRING.
  1221. ;
  1222. ; .ini file,  section name, temporary profile name, Original profile name.
  1223. ;
  1224. [ini.upd.patches]
  1225.   system.ini, Boot,    "olddrivers"    ,"drivers"
  1226.   win.ini   , Desktop, "oldwallpaper"  ,"wallpaper"
  1227.   system.ini, Boot,    "oldtaskman"    ,"taskman.exe"
  1228.   system.ini, Boot,    "oldshell"      ,"shell"
  1229.  
  1230. ; Used by the windows half to shrink the memory needed to hold this pig.
  1231. ;
  1232. [blowaway]
  1233.    this line needed
  1234.  
  1235. [ini.upd.31]
  1236. ;
  1237. ; WARNING: This section only works on win.ini or system.ini !!
  1238. ;
  1239. ; .ini file,  section,  old line to be replaced,  new line,  rename operater.
  1240. ;
  1241. ; If the "old line to be replaced" field is empty, setup will assume that
  1242. ; the new line is to be added. The rename operater tells setup to retain the RHS
  1243. ; of the profile. This is used as a renaming mechanism during upgrades.
  1244. ; Nb : Simple string substitution is implemented :
  1245. ;     ?P means any valid MS-DOS path
  1246. ;
  1247.   system.ini, Boot,                               ,   "taskman.exe="
  1248.   system.ini, mci,     "waveaudio="               ,   "WaveAudio=mciwave.drv"
  1249.   system.ini, mci,     "sequencer="               ,   "Sequencer=mciseq.drv"
  1250.   system.ini, mci,     "cdaudio="                 ,   "CDAudio=mcicda.drv"                      
  1251.   system.ini, drivers,                            ,   "timer=timer.drv"
  1252.   system.ini, drivers,         "midimapper="      ,   "midimapper=midimap.drv"
  1253.   system.ini, drivers, "midi=adlib.drv"           ,   "midi=msadlib.drv"          ,rename
  1254.   system.ini, drivers, "midi1=adlib.drv"          ,   "midi1=msadlib.drv"         ,rename
  1255.   system.ini, drivers, "midi2=adlib.drv"          ,   "midi2=msadlib.drv"         ,rename
  1256.   system.ini, drivers, "midi3=adlib.drv"          ,   "midi3=msadlib.drv"         ,rename
  1257.   system.ini, drivers, "midi4=adlib.drv"          ,   "midi4=msadlib.drv"         ,rename
  1258.   system.ini, 386Enh,       "keyboard=?Pbpvkd.386",
  1259.   system.ini, 386Enh,          "keyboard="        ,   "keyboard=*vkd"             ,noclobber
  1260.   system.ini, 386Enh,          "device=vpicda.386",   "device=*vpicd"
  1261.   system.ini, 386Enh,          "device=*vhd"      ,   "device=*blockdev"
  1262.   system.ini, 386Enh,          "device=*vpd"      ,
  1263.   system.ini, 386Enh,          "device=vdmad.386" ,   "device=*vdmad"
  1264.   system.ini, 386Enh,          "device=vdmadx.386",   "device=*vdmad"
  1265.   system.ini, 386Enh,                             ,   "device=*pagefile"
  1266.   system.ini, 386Enh,       "device=?Pvtdapi.386" ,   "device=vtdapi.386"
  1267.   system.ini, NonWindowsApp,"localtsrs="          ,   "localtsrs=dosedit,ced"  ,noclobber
  1268.   win.ini   , Sounds,  "SystemDefault="           ,   "SystemDefault=ding.wav, Default Beep"      ,noclobber
  1269.   win.ini   , Sounds,  "SystemExclamation="       ,   "SystemExclamation=chord.wav, Exclamation"  ,noclobber
  1270.   win.ini   , Sounds,  "SystemStart="             ,   "SystemStart=tada.wav, Windows Start"       ,noclobber
  1271.   win.ini   , Sounds,  "SystemExit="              ,   "SystemExit=chimes.wav, Windows Exit"       ,noclobber
  1272.   win.ini   , Sounds,  "SystemHand="              ,   "SystemHand=chord.wav, Critical Stop"       ,noclobber
  1273.   win.ini   , Sounds,  "SystemQuestion="          ,   "SystemQuestion=chord.wav, Question"        ,noclobber
  1274.   win.ini   , Sounds,  "SystemAsterisk="          ,   "SystemAsterisk=chord.wav, Asterisk"        ,noclobber
  1275.   win.ini   , "mci extensions",                   ,   "wav=waveaudio"
  1276.   win.ini   , "mci extensions",                   ,   "mid=sequencer"
  1277.   win.ini   , "mci extensions",                   ,   "rmi=sequencer"
  1278.   win.ini   , FontSubstitutes,                    ,   "Helv=MS Sans Serif"
  1279.   win.ini   , FontSubstitutes,                    ,   "Tms Rmn=MS Serif"
  1280.   win.ini   , FontSubstitutes, "Courier=Courier New" ,
  1281.   win.ini   , FontSubstitutes,                    ,   "Times=Times New Roman"
  1282.   win.ini   , FontSubstitutes,                    ,   "Helvetica=Arial"
  1283.   win.ini   , "Microsoft Word 2.0", "HPDSKJET="   ,   "HPDSKJET=+1"             ,noclobber
  1284.   ;
  1285.   ; Remove these Win 3.0 font entries from win.ini because they have either
  1286.   ; been replaced or removed for Win 3.1
  1287.   ;
  1288.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (CGA res)="
  1289.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (EGA res)="
  1290.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (60 dpi)="
  1291.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (120 dpi)="
  1292.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (VGA res)="
  1293.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (8514/a res)="
  1294.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (CGA res)="
  1295.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (EGA res)="
  1296.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (60 dpi)="
  1297.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (120 dpi)="
  1298.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (VGA res)="
  1299.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (8514/a res)="
  1300.   ;
  1301.   ; Remove these font entries if they exist because these .ini entries
  1302.   ; are obsolete. We use "TrueType" rather than "Scalable"
  1303.   ;
  1304.   win.ini, Fonts, "Arial (Scalable)="
  1305.   win.ini, Fonts, "Arial Bold (Scalable)="
  1306.   win.ini, Fonts, "Arial Bold Italic (Scalable)="
  1307.   win.ini, Fonts, "Arial Italic (Scalable)="
  1308.   win.ini, Fonts, "Courier (Scalable)="
  1309.   win.ini, Fonts, "Courier Bold (Scalable)="
  1310.   win.ini, Fonts, "Courier Italic (Scalable)="
  1311.   win.ini, Fonts, "Courier Bold Italic (Scalable)="
  1312.   win.ini, Fonts, "Courier (TrueType)"
  1313.   win.ini, Fonts, "Courier Bold (TrueType)"
  1314.   win.ini, Fonts, "Courier Bold Italic (TrueType)"
  1315.   win.ini, Fonts, "Courier Italic (TrueType)"
  1316.   win.ini, Fonts, "Times New Roman (Scalable)="
  1317.   win.ini, Fonts, "Times New Roman Bold (Scalable)="
  1318.   win.ini, Fonts, "Times New Roman Bold Italic (Scalable)="
  1319.   win.ini, Fonts, "Times New Roman Italic (Scalable)="
  1320.   win.ini, Fonts, "Symbol PS (Scalable)="
  1321.   win.ini, Fonts, "Symbol (Scalable)="
  1322.   ;
  1323.   ; Remove these font entries if they exist because these .ini entries
  1324.   ; are obsolete. We use "Plotter" rather than "All res" Also, 8 point was
  1325.   ; added to the EGA res courier so we remove the old "Courier 10,12,15" font.
  1326.   ;
  1327.   win.ini, Fonts, "Roman (All res)="
  1328.   win.ini, Fonts, "Script (All res)="
  1329.   win.ini, Fonts, "Modern (All res)="
  1330.   win.ini, Fonts, "Courier 10,12,15 (EGA res)="
  1331.   ;
  1332.   ; The following lines will cause the MS-DOS half of setup to effectivly
  1333.   ; rename the [Fonts] section in win.ini. Setup does this by adding the
  1334.   ; [wt4gpi8s56bz] string to the [Fonts] section and then deleting the
  1335.   ; [Fonts] section string. Later, in the windows half of setup, it will
  1336.   ; rename [wt4gpi8s56bz] back to [Fonts]. Do not change these names!
  1337.   ;
  1338.   win.ini, Fonts,              , "[wt4gpi8s56bz]"
  1339.   win.ini, Fonts,   "[Fonts]"  ,
  1340.  
  1341.   ; The following line makes USER skip persistent net connections
  1342.   ; USER immediately deletes the entry so it is a onetime thing.
  1343.   win.ini, windows,, "SetupWin=1"
  1344.  
  1345.   ; The following lines fix problems with APPS
  1346.   win.ini, Compatibility,"NOTSHELL=", "NOTSHELL=0x0001"
  1347.   win.ini, Compatibility,"WPWINFIL=", "WPWINFIL=0x0006"
  1348.   win.ini, Compatibility,"CCMAIL=", "CCMAIL=0x0008"
  1349.   win.ini, Compatibility,"AMIPRO=", "AMIPRO=0x0010"
  1350.   win.ini, Compatibility,"REM=", "REM=0x8022"
  1351.   win.ini, Compatibility,"PIXIE=", "PIXIE=0x0040"
  1352.   win.ini, Compatibility,"CP=", "CP=0x0040"
  1353.   win.ini, Compatibility,"JW=", "JW=0x42080"
  1354.   win.ini, Compatibility,"TME=", "TME=0x0100"
  1355.   win.ini, Compatibility,"VB=", "VB=0x0200"
  1356.   win.ini, Compatibility,"WIN2WRS=", "WIN2WRS=0x1210"
  1357.   win.ini, Compatibility,"PACKRAT=", "PACKRAT=0x0800"
  1358.   win.ini, Compatibility,"VISION=", "VISION=0x0040"
  1359.   win.ini, Compatibility,"MCOURIER=", "MCOURIER=0x0800"
  1360.   win.ini, Compatibility,"_BNOTES=", "_BNOTES=0x24000"
  1361.   win.ini, Compatibility,"MILESV3=", "MILESV3=0x1000"
  1362.   win.ini, Compatibility,"PM4=", "PM4=0x2000"
  1363.   win.ini, Compatibility,"DESIGNER=", "DESIGNER=0x2000"
  1364.   win.ini, Compatibility,"PLANNER=", "PLANNER=0x2000"
  1365.   win.ini, Compatibility,"DRAW=", "DRAW=0x2000"
  1366.   win.ini, Compatibility,"WINSIM=", "WINSIM=0x2000"
  1367.   win.ini, Compatibility,"CHARISMA=", "CHARISMA=0x2000"
  1368.   win.ini, Com¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ "Hewlett-Packard: all machines",hpsystem,kbdhp,t4s0enha,nomouse,egahires,sound,comm,,hpebios,
  1369. ibm_ps2_70p     = "IBM PS/2 Model P70",system,kbd,t4s0enha,nomouse,!vga,sound,comm,,ebios,
  1370. ibm_ps2_l40sx   = "IBM PS/2 Model L40sx",system,kbd,!t4s0enha,nomouse,vga,sound,comm,,ebios,ibml40_cookz
  1371. ncr_386sx       = "NCR: all 80386 and 80486 based machines",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,ncr386sx_cookz
  1372. nec_pm_sx+      = "NEC PowerMate SX Plus",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,nec_pm_cookz
  1373. nec_prospeed    = "NEC ProSpeed 386",system,kbd,t4s0enha,nomouse,!egahires,sound,comm,,ebios,
  1374. toshiba_1200xe  = "Toshiba 1200XE",system,kbd,t4s0enha,nomouse,egahires,sound,comm,"TOSHIBA",ebios,
  1375. toshiba_1600    = "Toshiba 1600",system,kbd,t4s0enha,nomouse,egahires,sound,comm,"TOSHIBA",ebios,
  1376. toshiba_5200    = "Toshiba 5200",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,t5200_cookz
  1377. zenith_386      = "Zenith: all 80386 based machines",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,zen386_cookz
  1378. att_nsx_20      = "AT&T NSX 20 : Safari notebook",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios
  1379. apm             = "MS-DOS System with APM",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,apm_cookz
  1380. apm_sl          = "Intel 386SL Based System with APM",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,apm_sl_cookz
  1381. ;
  1382. ; Cookies as specified in machine section
  1383. ;
  1384. ; ini file, section, cookie, needed file
  1385. ;
  1386. ; specialdriver,,,file will add an installable driver to [boot]drivers=
  1387. ;
  1388.  
  1389. [apm_cookz]
  1390. specialdriver,,,2:power.drv
  1391. system.ini,386enh,"device=vpowerd.386",2:vpowerd.386
  1392. ,,,2:power.hlp
  1393.  
  1394. [apm_sl_cookz]
  1395. specialdriver,,,2:power.drv
  1396. system.ini,386enh,"device=vpowerd.386",2:vpowerd.386
  1397. ,,,2:power.hlp
  1398. system.ini,power.drv,"OptionsDLL=sl.dll",2:sl.dll
  1399. ,,,2:sl.hlp
  1400.  
  1401. [ast_cookz]
  1402. system.ini,386enh,"emmexclude=E000-EFFF",
  1403.  
  1404. [everex_cookz]
  1405. system.ini,386enh,"8042ReadCmd=A2,1,F",
  1406. system.ini,386enh,"8042ReadCmd=A3,1,F",
  1407. system.ini,386enh,"8042WriteCmd=B3,8,F",
  1408.  
  1409. [ibml40_cookz]
  1410. system.ini,386enh,"emmexclude=E000-EFFF",
  1411. system.ini,386enh,"DMAbuffersize=64"
  1412.  
  1413.  
  1414. [ncr386sx_cookz]
  1415. system.ini,386enh,"emmexclude=E000-EFFF",
  1416. system.ini,386enh,"emmexclude=C600-C7FF",
  1417.  
  1418. [nec_pm_cookz]
  1419. system.ini,386enh,"VirtualHDirq=NO",
  1420.  
  1421. [t5200_cookz]
  1422. system.ini,386enh,"emmexclude=C000-C7FF",
  1423.  
  1424. [zen386_cookz]
  1425. system.ini,386enh,"emmexclude=E000-EFFF",
  1426.  
  1427. [special_adapter]
  1428. eitherlink  = DMAbuffersize,32          ; Needed if EitherLink MC is detected.
  1429. cdrom       = 2:lanman10.386            ; Needed for CD Rom extensions.
  1430.  
  1431. [ebios]
  1432. ebios       = x:*ebios               ; Required for most 386 machines.
  1433. hpebios     = 1:hpebios.386,x:*ebios ; Required for HP 386 machines.
  1434.  
  1435. ;
  1436. ; Language DLL must be installed for non US installation.
  1437. ;
  1438. ; profile = language DLL, DLL description, language ID (ilanguage)
  1439. ;
  1440. [language]
  1441. dan = 2:langsca.dll, "Danish"                              ,1030
  1442. nld = 2:langdut.dll, "Dutch"                               ,1043
  1443. enu =                     , "English (American)"             ,1033
  1444. eng = 2:langeng.dll, "English (International)" ,2057
  1445. fin = 2:langsca.dll, "Finnish"                     ,1035
  1446. fra = 2:langfrn.dll, "French"                              ,1036
  1447. frc = 2:langeng.dll, "French Canadian"       ,3084
  1448. deu = 2:langger.dll, "German"                              ,1031
  1449. isl = 2:langsca.dll, "Icelandic"                           ,1039
  1450. ita = 2:langeng.dll, "Italian"                     ,1040
  1451. nor = 2:langsca.dll, "Norwegian"                           ,1044
  1452. ptg = 2:langeng.dll, "Portuguese"                       ,2070
  1453. esp = 2:langspa.dll, "Spanish"             ,1034
  1454. esn = 2:langeng.dll, "Spanish (Modern)"      ,3082
  1455. sve = 2:langsca.dll, "Swedish"                ,1053
  1456.